From:                              route@monster.com

Sent:                               Monday, April 18, 2016 4:43 PM

To:                                   hg@apeironinc.com

Subject:                          Please review this candidate for: Program Analyst

 

This resume has been forwarded to you at the request of Monster User xapeix03

Jess Nault 

Last updated:  04/12/16

Job Title:  no specified

Company:  no specified

Rating:  Not Rated

Screening score:  no specified

Status:  Resume Received


Seattle, WA  98104
US

jess.nault@gmail.com
Contact Preference:  Email

Quick View Links:

Resume Section

Summary Section

 

 

RESUME

  

Resume Headline: Jess Nault - SQLDevDataAnalyst

Resume Value: 2yjudn9ngqzfacth   

  

 

Objective

I am seeking a data/information system position utilizing my BI Analyst education and training. Samples of skills are listed at the bottom of the page and on the last page.

Key Qualifications

·   Bachelor of Arts in Business Administration from the University of Washington.

·   Business Intelligence Developer from Bellevue College (6/2016).

·   Microsoft Office Specialist Excel 2013 certification.

·   MTA: Software Development Fundamentals (C#).

·   MTA: Database Administration Fundamentals.

 

Application Skills

·   MS Excel

·   MS Access

·   SQL

·   SSRS

·   Tableau

 

More samples are available upon request.

Kind Regards,

 

Jess Nault

Jess.nault@gmail.com


Professional Experience

Contract Work – Data Analyst/Conversion Specialist April 2015 - Now

·   Clients: Dell Data Center Services, YMCA

·   VBA- ETL validation; testing imports from 3 databases.

·   MS Access - full database solution for reporting.

·   MS Excel- cleaning data, merging data, synchronizing data for validation.

·   MS Excel- creating formulas, including nested formulas, to simplify reporting tasks.

Sealaska Corporation – Shareholder 2011- 2014

·   MS Access - identified monthly savings with key reports by creating full database solution.

·   Proprietary database assistance to track waste.

·   MS Excel- creating formulas to automate reports identifying profit or loss.

·   VBA- custom tools to simplify reporting.

·   Technical assistance- troubleshooting, OS installs, antivirus tasks, and full laptop repair.

T-Mobile – Administrative/Technical Support 2006 - 2010

·   SQL- identified budgetary savings through database queries for review by VP and Directors.

·   SQL- querying databases, manipulating data, and formatting exports.

·   Crystal Reports XI- created ad hoc reports for VP and Directors to identify monthly savings.

·   MS Excel & VBA tools- reduced temporary labor costs by automating tasks, $8k-$10K/yr.

·   MS Access- reduced labor costs by $20-$25k/yr. by creating a custom database.

·   MS Excel- data cleaning.

Merit Financial - Jr. Loan Officer 2006 - 2006

·   MS Excel- analyzed CRM data- identifying plummeting sales prior to industry crash.

·   Soft Skills- sales/persuasion, empathy, motivating others.

·   Projects- Originating loans, and coordinating resources with the client’s schedule.

Bechtel Global Engineering – Jr. Data Analyst 2003 - 2005

·   Database importing- supervised a team; imported 900 "banker boxes" of files to multiple databases.

·   MS Excel- validated ETL accuracy to identify duplicate charges for customer savings.

·   MS Access- created reports from database exports.

·   MS Excel- automated variance reports for top-level administration.

·   MS Excel- maintained executive-only spreadsheets, graphs and summaries illustrating profit & loss.

Education

BA Business Administration- University of Washington

Business Intelligence Analyst- Bellevue College (6/2016)

Associates Arts & Science- Bellevue College

Application Skills Samples:

·   SQL- ad hoc queries (left, inner, and right joins, with WHERE conditions and subqueries), views, table creation, indexes, triggers, imports, exports, some SQL Agent scheduling, backups, simple restores etc.

·   MS Access- tables, switchboards, dynamic forms and reports.

·   VBA- for MS Access and Excel, including creating ADODB Connections for custom queries, creating forms, and automating data tasks.

·   Excel- pivot tables, graphs, formulas including vlookup, hlookup, countifs, nested formulas (ex. index match) …as an advanced user I also create my own custom formulas.

·   SSRS- Reporting from custom queries, views, including parameters, graphs etc.

·   Tableau- Dashboards/stories, and various visualizations.

This is a stored procedure to simplify data entry:

create proc dbo.spInsertContactWithContract

@fn varchar(50) = null, @sn  varchar(50) = null, @house varchar(250) = null, @street varchar(250) = null, @town varchar(250) = null, @region varchar(250) = null, @zip varchar(15), @country varchar(250) = null, @telephone varchar(250) = null, @cell varchar(250) = null, @email varchar(250) = null, @value float = null

as

set nocount on

insert into tblContacts(fn,sn,house,street,town,region,[Zip-Postcode],Country,Telephone,Cell,Email)

values (@fn,@sn,@house,@street,@town,@region,@zip,@country,@telephone,@cell,@email)

declare @newID int

set @newID = @@IDENTITY

insert into tblContracts(contractClient, contractValue, contractSigndate)

values(@newID, @value, getdate())

 

exec spInsertContactWithContract 'Jess','Nault','154447','Bellevue','PNW','98007','USA','425-463-9371','425-463-9371','jess.nault@gmail.com', 70000

Purpose: reduce data entry to writing just one line of code as opposed to 3 lines.

Recommendation: access stored procedure through an account with limited privileges.

Knowledge requirements: Table design, table relationships, variables, query structure and sql joins.

 


 

SSIS samples: Tables Export, Spreadsheets/CSV import, and SQL CDC (Change Data Capture).

   

Figure 1 Simple export job; export all tables from a DB to files       

 

Figure 2 Simple import job; import a folder of files to SQL Server DB

 

Figure 3 Initial Load for CDC Figure 4 Incremental CDC Load



Experience

BACK TO TOP

 

Job Title

Company

Experience

Data Conversion Specialist

YMCA

- Present

 

Additional Info

BACK TO TOP

 

Desired Salary/Wage:

70,000.00 USD yr

Current Career Level:

Experienced (Non-Manager)

Date of Availability:

Immediately

Work Status:

US - I am authorized to work in this country for any employer.

Active Security Clearance:

Inactive Clearance

US Military Service:

Citizenship:

US citizen

 

 

Target Job:

Target Job Title:

Data Analyst

Desired Job Type:

Employee
Temporary/Contract/Project

Desired Status:

Full-Time
Part-Time

 

Target Company:

Company Size:

Industry:

Computer/IT Services

Occupation:

IT/Software Development

·         Database Development/Administration

·         General/Other: IT/Software Development

 

Target Locations:

Selected Locations:

US-WA-Bellevue/Redmond

Relocate:

Yes

Willingness to travel:

Up to 100%

 

Languages:

Languages

Proficiency Level

Chinese - Mandarin

Beginner